# Visual Studio Code
Visual Studio Code (opens new window) 是一个轻量级但功能强大的源代码编辑器。
# 一、快捷键
| Command | Key | Command id |
|---|---|---|
| 格式化文档 (opens new window) | Shift + Alt + F | editor.action.formatDocument |
| 展开 AST 选择 (opens new window) | Shift + Alt + Right | editor.action.smartSelect.expand |
# 二、扩展
# Web
Highlight Matching Tag (opens new window)
可以突出显示匹配的开始和结束标签。
Live Server (opens new window)
为静态和动态页面,启动具有实时重新加载功能的本地开发服务器。
# CSharp
-
通过 LSP 提供丰富的语言支持。